home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / tests.old / client / RCS / local.mk,v < prev   
Encoding:
Text File  |  1992-06-26  |  1.1 KB  |  57 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  srv018:1.2 srv008:1.2;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     91.09.01.21.17.30;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.08.30.16.06.53;  author kupfer;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Track change to organization of makefile libraries.
  27. @
  28. text
  29. @#
  30. # This file is included by Makefile.  Makefile is generated automatically
  31. # by mkmf, and this file provides additional local personalization.  The
  32. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  33. # that must be included to set up various compilation stuff.
  34. #
  35.  
  36. LIBS        += -lmach
  37.  
  38. # At least for the time being, use the same compilation environment as
  39. # the Sprite server.  It probably makes more sense to use the server's
  40. # environment than the Sprite "user" environment, because (a) the
  41. # emulation code is closely tied to the server and (b) the emulation
  42. # code needs to know about Mach.
  43. #include "/users/kupfer/lib/pmake/sprited.mk"
  44.  
  45. @
  46.  
  47.  
  48. 1.1
  49. log
  50. @Initial revision
  51. @
  52. text
  53. @d10 6
  54. a15 1
  55. #include "/users/kupfer/lib/pmake/mach.mk"
  56. @
  57.